home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / basic / clockita / clockita.readme next >
Text File  |  2000-02-28  |  5KB  |  94 lines

  1. Short:        Italian clock with alarm + source code
  2. Author:       StefanoRegattin@lycosmail.com (Stefano Regattin)
  3. Uploader:     stefano.regattin@tin.it (Stefano Regattin)
  4. Type:         dev/basic
  5. Distribution: OK
  6.  
  7. Date: Sunday, 12th February 2000
  8. Name of the program: Orologio
  9. This is an italian evolution of the example program "Clock.bb" supplied with
  10. Blitz2.
  11. You can change the clock font by pointing with the mouse pointer in the window
  12. and clicking the left mouse button; in this case you will see a new window
  13. containing some string gadgets: the top-left gadget must be used to type the
  14. alarm's hour and mins; the next gadget at the right must be used to activate
  15. or to deactivate the alarm; when the alarm is activated, in the clock window
  16. will be showed a bubble; the longest gadget must be used to select the font:
  17. type the name of the font (with or without the ".font" suffix) that you know it
  18. resides in your FONTS: drawer; pressing RIGHTAMIGA-X keys you will clean the
  19. gadget; pressing subsequently the ENTER key you will be able to see all fonts
  20. that resides in your FONTS: drawer and you will can select one of these. In this
  21. case the last gadget at top-right will show the height of the font you have
  22. selected and always you will can modify it.
  23. The following two gadgets are for type into the coordinates of the top-left
  24. corner of the clock window.
  25. The "*** Salva ***" gadget permit to save any change.
  26. The default font is "Data70.font", a font made by me supplied with the program.
  27. I think that this font is better than the font "2001.font" supplied with AMOS
  28. Pro.
  29. This font is suited for italian language, for which the character "è" capital is
  30. obtainable with the "§" character; however it have all the chars from (ASCII) 32
  31. to 255 now!
  32. Use it for games in low resolution, it is better!
  33. There is the source code (Orlogio.bb2) for free modifications.
  34. How to install the "Data70" font: copy in your drawer "FONTS:" the file named
  35. "Data70.font".
  36. Create in your drawer "FONTS:" the drawer "Data70" and copy into it the file
  37. "13".
  38. The executable icon is a ColorIcon (OS3.5) taken from the archive
  39. ReallyIcons.lha by Angel Schnider.
  40. You can specify the font name, the font size and the coordinates of the position
  41. of the main window by tooltypes; when the program is launched if there are the
  42. tooltypes the information are taken from these, otherwise they are set to
  43. default.
  44. For who don't know, tooltypes are those parameters showed in the icon
  45. information window that is showed if you select the voice INFORMATION of the
  46. ICON menu.
  47. See my home page to the Internet address: utenti.tripod.it/esseerre/Stefano.html
  48. The following is the same text in italian.
  49.  
  50. Data: domenica, 6 febbraio 2000
  51. Nome del programma: Orologio
  52. Questa è un'evoluzione italiana del programma d'esempio "Clock.bb" fornito con
  53. Blitz2.
  54. Potete cambiare il font dell'orologio portando il puntatore del mouse nella
  55. finestra e cliccando con il tasto sinistro del mouse; in questo caso vedrete una
  56. nuova finestra contenente alcuni campi per l'immissione di testo: il campo in
  57. alto a sinistra deve essere usato per digitare l'ora ed i minuti dell'allarme;
  58. il campo successivo a destra deve essere usato per attivare o disattivare
  59. l'allarme; quando l'allarme è attivato, nella finestra dell'orologio comparirà
  60. una bolla; il campo più lungo in basso deve essere usato per selezionare il
  61. font; digitate il nome del font (con o senza il suffisso ".font") che sapete che
  62. si trova nel vostro cassetto FONTS:; premendo i tasti AMIGA-destro e X pulirete
  63. il campo; premendo successivamente il tasto ENTER sarete in grado di vedere
  64. tutti i font che si trovano nel vostro cassetto FONTS: e potrete selezionarne
  65. uno; in questo caso il campo in alto a destra mosterà l'altezza del font
  66. selezionato che potrete sempre modificare.
  67. I seguenti due campi in basso servono per impostare le coordinate dell'angolo in
  68. alto a sinistra della finestra dell'orologio.
  69. Il Bottone "*** Salva ***" permette di salvare ogni cambiamento.
  70. Il font di default è "Data70.font", un font fatto da me fornito col programma.
  71. Io credo che questo font sia migliore del font "2001.font" fornito con AMOS Pro.
  72. Questo font è adattato per la lingua italiana, per la quale il carattere che
  73. inizia questa frase è ottenibile con il carattere "§"; comunque ha tutti i
  74. caratteri dal (ASCII) 32 al 255.
  75. Usatelo in giochi a bassa risoluzione, rende meglio!
  76. C'è il codice sorgente (Orlogio.bb2) per libere modifiche.
  77. Come installare il font "Data70": copiate nel vostro cassetto "FONTS:" il file
  78. "Data70.font".
  79. Create nel vostro cassetto "FONTS:" il cassetto "Data70" e copiatevi il file
  80. "13".
  81. L'icona dell'eseguiblie e un'icona ColorIcon (OS3.5) presa dall'archivio
  82. ReallyIcons.lha di Angel Schnider.
  83. Potete specificare il nome del font, l'altezza del font e le coordinate della
  84. posizione della finestra principale con i tooltype; quando lanciate il programma
  85. se ci sono i tooltype le informazioni vengono prese da questi, altrimenti sono
  86. impostate ai valori di default.
  87. Per chi non lo sapesse, i tooltype sono quei parametri mostrati nella finestra
  88. delle informazioni dell'icona che esce se selezionate la voce INFORMAZIONI dal
  89. menù ICONE.
  90. Guardate la mia pagina su Internet all'indirizzo:
  91. utenti.tripod.it/esseerre/Stefano.html
  92.  
  93. Ciao!
  94.